home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 247 / 247.d81 / e.get device < prev    next >
Text File  |  2022-08-26  |  308b  |  14 lines

  1. u                            PRINT THIS
  2.  
  3.       GET CURRENT DEVICE NUMBER
  4.       -------------------------
  5.  
  6.     Make your programs work from any
  7. drive -- even if all you have is Drive
  8. 8. Use this routine at the beginning
  9. of your program:
  10.  
  11.  10 DV=PEEK(186):IFDV<8THENDV=8
  12.  
  13. Then use DV for every drive number.
  14.  
  15.